Fix ramdisk Makefile so that downloading from xm-test.xensource.com actually
authorEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 09:20:22 +0000 (10:20 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 09:20:22 +0000 (10:20 +0100)
works.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
tools/xm-test/ramdisk/Makefile.am

index dd7f5ec058f1d2b8717179bab4b504eb3daafa8c..d2ec74897a7e3fb69c226927eceb9521df01cc63 100644 (file)
@@ -17,9 +17,9 @@ INITRD ?= http://xm-test.xensource.com/ramdisks
 BR_ARCH ?= $(shell uname -m | sed -e s/i.86/i386/ -e 's/ppc\(64\)*/powerpc/')
 
 @MK@ifdef BR_SNAPSHOT
-  BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
+@MK@  BR_URL = http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
 @MK@else
-  BR_URL ?= http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2
+@MK@  BR_URL = http://xm-test.xensource.com/ramdisks/buildroot-20061023.tar.bz2
 @MK@endif
 BR_TAR = $(notdir $(BR_URL))